Project Showcase Platform
📌 Overview
Netshiba is a private portfolio management system designed to showcase personal projects with elegant simplicity. It features admin-exclusive access for content management while presenting a clean public interface for visitors. The platform supports dynamic ordering, multi-media attachments, and detailed project metadata.
🌟 Key Features
Category | Details |
---|---|
Project Management | Full CRUD operations (Create, Read, Update, Delete) for projects |
Content Control | Manage categories, tags, complexity levels, and display order |
Media Handling | Upload project logos, screenshots, and external links |
Security | Private login system with optional registration lockdown |
🛠 Technical Highlights
- Framework: Laravel 10 (PHP)
- Database: MySQL with Eloquent ORM
- Frontend: Bootstrap 5 responsive design
- Core Functionality:
- Role-based authentication system
- Dynamic form validation
- Custom admin dashboard
- Image optimization and storage
- Security: CSRF protection, rate limiting, and optional registration disablement
🌐 Live Demo
Explore the live platform: https://netshiba.com
⚙️ Getting Started
To run locally:
git clone https://github.com/netraular/project-showcase-platform.git
composer install
cp .env.example .env
php artisan key:generate
📂 GitHub Repository
Contribute or review the codebase:
github.com/netraular/netshiba